Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable31] fix(files): only send config update requests if user is logged in #50736

Merged
merged 2 commits into from
Feb 9, 2025

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Feb 8, 2025

Backport of #50680

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Remove all the empty commits

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Since we use the files app also for public shares it is not guaranteed
that there is a user logged in, in that case the update for user / view
config will fail.
So ensure there is a user or do not send a request.

Also refactor both stores to setup styles to fix (remove) initialization hack,
which causes Typescript issues.

Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux force-pushed the backport/50680/stable31 branch from 6e9931c to 8ab40e5 Compare February 9, 2025 12:58
@susnux susnux marked this pull request as ready for review February 9, 2025 12:58
@AndyScherzinger
Copy link
Member

/compile /

Signed-off-by: nextcloud-command <[email protected]>
@AndyScherzinger AndyScherzinger merged commit e395cc8 into stable31 Feb 9, 2025
117 of 118 checks passed
@AndyScherzinger AndyScherzinger deleted the backport/50680/stable31 branch February 9, 2025 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants